Skip to content

array of array of nulls are not supported #325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dvarrazzo opened this issue Jun 2, 2015 · 0 comments
Closed

array of array of nulls are not supported #325

dvarrazzo opened this issue Jun 2, 2015 · 0 comments
Milestone

Comments

@dvarrazzo
Copy link
Member

Related to bug #285: we cannot easily adapt list of lists if some of the sub-list is composed entirely of nulls. The latter would fail.

curs.execute("insert into na (textaa) values (%s)", ([[None, None]],))

Maybe can be fixed but only using the '{}' syntax currently: that may be attempted in ISQL protocol but it's hard in ISQLQuote.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant